Generate QR Code With Custom Logo & Label 您所在的位置:网站首页 qr code generator with logo Generate QR Code With Custom Logo & Label

Generate QR Code With Custom Logo & Label

#Generate QR Code With Custom Logo & Label| 来源: 网络整理| 查看: 265

jQuery Plugins › jQuery Other Plugins › jQuery.qrcode Generate QR Code With Custom Logo & Label - jQuery.qrcode Generate QR Code With Custom Logo & Label - jQuery.qrcode File Size: 95.3 KB Views Total: 19999 Last Update: 04/29/2019 12:40:00 UTC Publish Date: 03/15/2019 03:08:01 UTC Official Website: Go to website License: MIT     Demo Download

How to start using jQuery?

More in this category...

View our Recommended Plugins

TOP 100 jQuery Plugins 2022

Chrome, IE8+, FireFox, Opera, Safari#QR Code

A robust, highly customizable QR code generator which helps you dynamically generate QR codes with custom images (for logos) and labels (for call-to-action text).

More features: Canvas, Image, or DIV based QR code. 5 error correction levels. Border radius. Custom background & fill colors. How to use it:

1. Create a container in which the QR code will be generated.

2. Load jQuery library and the jQuery.qrcode plugin right before the closing body tag.

3. Call the function on the QR code container and define the content.

$(".demo").qrcode({ text: 'https://www.jqueryscript.net' });

4. Add a label to the QR code.

$(".demo").qrcode({ // 0: normal // 1: label strip // 2: label box mode: 1, label: 'jQueryScript.Net', fontname: 'sans', fontcolor: '#000' });

5. Add a logo image to the QR code.

$(".demo").qrcode({ // 0: normal // 3: image strip // 4: image box mode: 3, image: "/path/to/logo.png" });

6. More configuration options with default values.

$(".demo").qrcode({ // 'canvas', 'image' or 'div' render: 'canvas', // min/max versions minVersion: 1, maxVersion: 40, // error correction level // 'L', 'M', 'Q' or 'H' ecLevel: 'L', // offset in pixels left: 0, top: 0, // size in pixels size: 200, // code color or image element fill: '#000', // background color or image element background: null, // border radius radius: 0, // quiet zone in modules quiet: 0, // position options mSize: 0.1, mPosX: 0.5, mPosY: 0.5 }); Changelog:

2019-04-29

v0.17.0

This awesome jQuery plugin is developed by lrsjng. For more Advanced Usages, please check the demo page or visit the official website.

Prev: Sticky Cookie Consent Bar Plugin - cookieMessage.js Next: Inline Image Crop/Resize/Zoom/Pan Plugin - mosaico-cropper


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有